Dynomotion

Group: DynoMotion Message: 8356 From: gradient_systems Date: 9/15/2013
Subject: Problem with KSTEP Opto Inputs?
I am trying to install homing sensors on a system that uses a KSTEP.

I have three switches wired to the opto inputs 0,1,2 as illustrated in the manual (JP33 Pins 9,10,11 switched to ground of power supply, positive terminal of power supply to JP33 pin 8).

Based on the digital I/O screen, the switches are turning on/off KFLOP I/0 #4,5,6 and NOT kstep #'s 168,169,170 as I am expecting.

Just to be clear, this is the behavior:

When the switches are open:
I/0 #4,5,6 are showing ON.
I/0 #168,169,170 are OFF.

When the switches are closed:
I/0 #4,5,6 are showing OFF.
I/0 #168,169,170 are OFF.
Group: DynoMotion Message: 8362 From: Tom Kerekes Date: 9/15/2013
Subject: Re: Problem with KSTEP Opto Inputs?

Hi Jim,

It sounds like the KFLOP hasn't been enabled to multiplex in the 16 KSTEP Inputs.  The 16 KSTEP Inputs are multiplexed in 4 bits at a time by the KFLOP firmware when:

KStepPresent=TRUE;

Have you added this command to your Initialization C Program?

See also:

http://dynomotion.com/Help/SchematicsKStep/UsingKStep.htm

Digital Status section.

Regards
TK


Group: DynoMotion Message: 8365 From: James Tremel Date: 9/15/2013
Subject: Re: Problem with KSTEP Opto Inputs?
Thanks Tom, I missed that.

On 9/15/2013 12:35 PM, Tom Kerekes wrote:
 

Hi Jim,

It sounds like the KFLOP hasn't been enabled to multiplex in the 16 KSTEP Inputs.  The 16 KSTEP Inputs are multiplexed in 4 bits at a time by the KFLOP firmware when:

KStepPresent=TRUE;

Have you added this command to your Initialization C Program?

See also:


Digital Status section.

Regards
TK